|
||||||
PREV NEXT | FRAMES NO FRAMES |
BasicService
interface provides access to the codebase
of the application, if an application is run in offline mode,
and simple interaction with the native browser on the
given platform.ClipboardService
provides methods for accessing
the shared system-wide clipboard, even for applications that
are running in the untrusted execution environment.DownloadService
implementation should call this method
if a download fails or aborts unexpectedly.
DownloadService
service allows an application
to control how its own resources are cached, to determine
which of its resources are currently cached, to force resources
to be cached, and to remove resources from the cache.DownloadServiceListener
provides an interface for a
callback object implementation, which may be used by a DownloadService
implementation.ExtendedService
provides additional support to the current
JNLP API, which allow applications to open a specific file in the client's file system.ExtensionInstallerService
is used by an extension installer
to communicate with the JNLP Client.FileContents
objects encapsulate the name
and contents of a file.FileOpenService
service allows the user to choose a file
from the local file system, even for applications that
are running in the untrusted execution environment.FileSaveService
service allows the user to save a file
to the local file system, even for applications that
are running in the untrusted execution environment.FileContents
object representing the contents
of this file.
Transferable
object representing
the current contents of the clipboard.
DownloadServiceListener
implementation which, when passed to
a load
method, should pop up and update a progress window as the load
progresses.
InputStream
from the file.
String
.
OutputStream
to the file.
JNLPRandomAccessFile
representing a
random access interface to the file's contents.
ServiceManager.getServiceNames()
int
corresponding to the current value
of the tag for the persistent data store entry associated with the
given URL.
true
if the given part of the given
extension is cached, and the extension and part are
mentioned in the JNLP file for the application.
true
if the given parts of the given
extension are cached, and the extension and parts are
mentioned in the JNLP file for the application.
true
if the part referred to by the
given string is cached, and that part is
mentioned in the JNLP file for the application.
true
if the parts referred to by the
given array are cached, and those parts are
mentioned in the JNLP file for the application.
true
if the resource referred to by the
given URL and version is cached, and that resource is either
mentioned in the calling applications JNLP file, is within the
codebase of the calling applications JNLP file, or the
calling application has been granted all-permissions.
ServiceManager.lookup(java.lang.String)
PersistenceService
provides methods for storing data
locally on the client system, even for applications that are running
in the untrusted execution environment.Pageable
object
Printable
object
PrintService
provides methods for access to printing
functions, even for applications that are running in the untrusted
execution environment.DownloadService
implementation should call this method
several times during a download.
len
bytes of data from this file into an
array of bytes.
b.length
bytes of data from this file
into an array of bytes.
boolean
from this file.
double
from this file.
float
from this file.
b.length
bytes from this file into the byte
array, starting at the current file pointer.
len
bytes from this file into the byte
array, starting at the current file pointer.
ServiceManager
provides static methods to lookup JNLP services.ServiceManagerStub
object implements the particular
lookup of JNLP services by the JNLP Client.Transferable
object.
lookup
and getServiceNames
requests are delegated to.
PageFormat
instance.
SingleInstanceListener
is a interface which should be
implemented by a JNLP application if they wish to support
single instance behaviour.SingleInstanceService
allow applications launched under Java
Web Start to register themselves as singletons, and to be passed in new
parameter sets when user attempts to launch new instances of them.n
bytes of input discarding the
skipped bytes.
UnavailableServiceException
is thrown by the
ServiceManager
when a non-existing or unavailable service
is looked up.UnavailableServiceException
with null
as its error detail message.
UnavailableServiceException
with the specified detail
message.
DownloadService
implementation should call this method
at least several times when applying an incremental update to an in-cache resource.
DownloadService
implementation should call this method
at least several times during validation of a download.
b.length
bytes from the specified byte array
to this file, starting at the current file pointer.
len
bytes from the specified byte array
starting at offset off
to this file.
boolean
to the file as a one-byte value.
byte
to the file as a one-byte value.
char
to the file as a two-byte value, high
byte first.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the file as an
eight-byte quantity, high byte first.
int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the file as a
four-byte quantity, high byte first.
int
to the file as four bytes, high byte first.
long
to the file as eight bytes, high byte first.
short
to the file as two bytes, high byte first.
|
||||||
PREV NEXT | FRAMES NO FRAMES |